@media (max-width:1280px) {
	
	.carousel{
		margin-bottom: 5rem;
	}
	.carousel .swiper {
	    width: 100%;
	    height: 100%;
	}

	.introduce{
		width: 100%;
		margin-bottom: -3rem;
	}
	.introduce .leftIntroduce{
		width: 100%;
	}
	.introduce .leftIntroduce .titleIntroduce{
		font-size: 3rem;
		font-weight: bold;
		color: #D6000B;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 2.5rem;
	}
	.introduce .leftIntroduce .titleIntroduce .titlePic{
		width: 2.6875rem;
		height: 3.1875rem;
		margin-right: 0.875rem;
	}
	.introduce .leftIntroduce .contentIntroduce{
		width: 38.6875rem;
		font-size: 1.25rem;
		line-height: 2.125rem;
		font-family: Source Han Sans CN;
		font-weight: 400;
		color: #262626;
		margin: 0 auto 2.125rem;
	}
	.introduce .leftIntroduce .underStand{
		width: 16.5rem;
		height: 7.75rem;
		margin-left: 1.5rem;
		margin-bottom: 1.8rem;
	}
	.introduce .leftIntroduce .allShop{
		width: 38.9375rem;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.introduce .leftIntroduce .allShop div{
		text-align: center;
	}
	.introduce .leftIntroduce .allShop div:nth-child(2n){
		
		color: #6e6e6e;
	}
	.introduce .leftIntroduce .allShop div p:first-child{
		color: #d6000b;
		font-size: 3.1625rem;
	}
	.introduce .rightIntroduce{
		display: none;
	}
	/* 中国地图 */
	.Chinamap{
		width: 100%;
		height: 58.75rem;
		background-image: url("../images/a27.png")/*tpa=http://www.bigmaocn.com/assets/index/images/a27.png*/;
		background-size: 100% 100%;
		padding-top: 12.1rem;
		margin-bottom: -6rem;
	}
	.Chinamap .pageWidth{
		width: 100%!important;
	}
	.Chinamap .iconPic{
		width: 14.0625rem;
		height: 5rem;
		margin: 0 auto 4.875rem;
	}
	.Chinamap .pageWidth .upTo{
		color: #d6000b;
		font-size: 1.625rem;
		margin-bottom: 1.5625vw;
		text-align: center;
	}
	.Chinamap .pageWidth .shopNumber{

		font-size: 4.25rem;
		font-family: Source Han Sans CN;
		font-weight: bold;
		color: #C52922;
		line-height: 5rem;
		text-align: center;
		margin-bottom: 4.125rem;
	}
	.Chinamap .pageWidth .allShop{
		width: 27.875rem;
		margin: 0 auto 2.125rem;
		display: flex;
		justify-content: space-between;
		text-align: center;
		align-items: center;
	}
	.Chinamap .pageWidth .allShop div p:nth-child(2n-1){
		color: #d6000b;
		font-size: 3.625rem;
	}
	.Chinamap .pageWidth .allShop div p:nth-child(2n){
		color: #d6000b;
		font-size: 1.25rem;
	}
	.Chinamap .pageWidth .mission{
		display: flex;
		color: #d6000b;
		font-size: 1.25rem;
		align-items: center;
		justify-content: center;
	}
	.Chinamap .pageWidth .mission p{
		border: 2px solid #d6000b;
		border-radius: 0.625rem;
		color: #d6000b;
		font-size: 1.25rem;
		margin-right: 0.9375rem;
		padding: 0.25rem 0.4375rem;
	}
	.mapMobile{
		width: 100%;
		height: 40.5625rem;
	}
	
	/* 大牌味道 */
	.taste{
		width: 100%;
		position: relative;
	}
	.taste .pc{
		display: none;
	}
	.taste .topTaste{
		width: 100%;
		height: 69.4375rem;
		background-color: #E80000;
		padding-top: 10.625rem;
	}
	.taste .topTaste .cenPic{
		width: 36.5rem;
		height: 38.625rem;
		margin: 0 auto -5rem;
	}
	.taste .topTaste .cenpic2{
		width: 36.5rem;
		height: 18.75rem;
		margin-left: 6.3125rem;
	}
	.taste .centerTaste{
		width: 5.5625rem;
		height: 5.5625rem;
		position: absolute;
		left: 0;right: 0;
		margin: auto;
		top: 66.875rem;
	}
	.taste .bottomTaste{
		height: 50rem;
	}
	
	/* 品牌优势 */
	.advantage{
		padding-bottom: 5.875rem;
	}
	.advantage .advantageTitle {
		margin-top: 4rem;
		text-align: center;
		font-size: 7rem;
		font-family: tiaofu;
		color: #d6000b;
		position: relative;
	}
	.advantage .advantageTitle .pic{
		position: absolute;
		width: 10rem;
		height: 4rem;
		left: 0;
		right: 0;
		top: 1rem;
		margin: auto;
	}
	.allStep{
		width: 45rem;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.allStep .topStep{
		width: 45rem;
		height: 55rem;
		margin: 0 auto;
		background-color: #D6000B;
		border-radius: 1.0625rem;
		margin-bottom: 1.0625rem;
		padding: 1.75rem 1.8125rem;
	}
	.allStep .topStep .swiper {
	    /* width: 100%;
	    height: 100%; */
		margin-bottom: 1.125rem;
	}
	.allStep .topStep .swiper-slide {
		width: auto!important;
	    text-align: center;
	    /* Center slide text vertically */
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    -webkit-justify-content: center;
	    justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    -webkit-align-items: center;
	    align-items: center;
	}
	
	.allStep .topStep .swiper-slide img {
		width: 100%;
		height: 100%;
	}
	
	
	
	.allStep .oneStep{
		display: none;
	}
	.allStep .oneItem{
		width: 27.1875rem;
		height: 43.125rem;
		border: 2px solid #fff;
		border-radius: 0.625rem;
		padding: 1rem 0.625rem;
		
	}
	.allStep .oneItem .top{
		display: flex;
		align-items: center;
		font-size: 1.625rem;
		font-family: Source Han Sans CN;
		font-weight: 500;
		color: #FFFFFF;
		margin-bottom: 0.3125rem;
	}
	.allStep .oneItem .top .topPic{
		width: 3.0625rem;
		height: 1.875rem;
		margin-right: 1rem;
	}
	.allStep .oneItem .allPicture{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.allStep .oneItem .allPicture .onePic{
		width: 5.1875rem;
		height: 6.8125rem;
	}
	.allStep .oneItem .allPicture .twoPic{
		width: 10.5625rem;
		height: 6.8125rem;
		margin-bottom: 0.3125rem;
	}
	.allStep .oneItem .allPicture .threePic{
		width: 9.5rem;
		height: 6.8125rem;
	}
	.allStep .oneItem .allPicture .fourPic{
		width: 100%;
		height: 16.5rem;
		margin-bottom: 0.3125rem;
	}
	.allStep .oneItem .allPicture .fivePic{
		width: 100%;
		height: 14.625rem;
		margin-bottom: 0.26vw;
	}
	.allStep .oneItem .allPicture .onePic2{
		width: 6.25rem;
		height: 3.625rem;
	}
	.allStep .oneItem .allPicture .twoPic2{
		width: 19.1rem;
		height: 3.625rem;
		margin-bottom: 0.3125rem;
	}
	.allStep .oneItem .allPicture .threePic2{
		width: 100%;
		height: 12.0625rem;
		margin-bottom: 0.3125rem;
	}
	.allStep .oneItem .allPicture .fourPic2{
		width: 100%;
		height: 22.5rem;
	}
	.allStep .oneItem .allPicture .onePic3{
		width: 100%;
		height: 15.33rem;
		margin-bottom: 0.3125rem;
	}
	.allStep .oneItem .allPicture .twoPic3{
		width: 100%;
		height: 22.75rem;
	}
	.allStep .topStep .bottomStep{
		display: flex;
		align-items: center;
		margin-left: -1.5rem;
	}
	.allStep .topStep .bottomStep .nmber{
		font-size: 5.5rem;
		color: #fff;
	}
	.allStep .topStep .bottomStep .bottomCon p:nth-child(2n-1){
		font-size: 2.375rem;
		color: #fff;
	}
	.allStep .topStep .bottomStep .bottomCon p:nth-child(2n){
		font-size: 1.25rem;
		color: #fff;
	}
	.allStep .topStep2{
		width: 21.875rem;
		background-color: #d6000b;
		border-radius: 1.0625rem;
		overflow: hidden;
		margin-bottom: 1.0625rem;
	}
	.allStep .topStep2 .topPic2{
		width: 100%;
		height: 11.25rem;
		
	}
	.allStep .topStep2 .bottomStep2{
		width: 100%;
		height: 5rem;
		padding: 1.0625rem 0.5rem;
		display: flex;
		align-items: center;
		
	}
	.allStep .topStep2 .bottomStep2 .nmber{
		font-size: 3.75rem;
		color: #fff;
		margin-right: 0.5625rem;
	}
	.allStep .topStep2 .bottomStep2 .bottomCon{
		color: #fff;
	}
	.allStep .topStep2 .bottomStep2 .bottomCon p:nth-child(2n){
		font-size: 0.8rem;
	}
	.allStep .topStep2 .bottomStep2 .bottomCon p:nth-child(2n-1){
		font-size: 1.625rem;
	}
	/* 八年四次 */
	.upgrade{
		width: 100%;
		background-color: #d60011;
		padding-top: 3.5625rem;
		padding-bottom: 5rem;
	}
	.upgrade .upgradeTitle{
		width: 39.625rem;
		height: 5.4375rem;
		margin: 0 auto 4.5625rem;
	}
	.upgrade .upgradeLine{
		width: 36.375rem;
		height: 0;
		border: 1px solid #fff;
		margin: 0 auto 10rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.upgrade .upgradeLine .all{
		height: 1.7rem;
		cursor: pointer;
	}
	.upgrade .upgradeLine .all:first-child{
		margin-left: -3rem;
	}
	.upgrade .upgradeLine .all:last-child{
		margin-right: -3rem;
	}
	.upgrade .upgradeLine .all .white{
		width: 1.7rem;
		height: 1.7rem;
		border-radius: 50%;
		background-color: #fff;
		margin: 0 auto;
	}
	.upgrade .upgradeLine .all .white img{
		display: none;
	}
	/* .upgrade .upgradeLine .all .white.current{
		width: 2.604vw;
		height: 2.604vw;
		border-radius: 50%;
	} */
	.upgrade .upgradeLine .all .white.current img{
		width: 4rem;
		height: 4rem;
		display: inline;
		margin: -1.4875rem;
	}
	.upgrade .upgradeLine .all .name{
		text-align: center;
		color: #fff;
		font-size: 1.5rem;
		margin-top: 2.625rem;
	}
	.upgrade .upgradeLine .go{
		width: 2.2rem;
		height: 2.2rem;
		transform: rotate(180deg);
	}
	/* 小轮图 */
	.carouselSecond{
		display: none;

	}
	.carouselSecondMobile{
		height: 35rem;
		position: relative;
		margin-bottom: 4.125rem;
	}
	.carouselSecondMobile .coursePic{
		position: absolute;
		width: 12.0625rem;
		height: 5rem;
		top: -2rem;
		left: 2.6875rem;
		z-index: 10000;
	}
	.carouselSecondMobile .swiper {
	    width: 100%;
	    height: 100%;
		display: none;
	}
	.carouselSecondMobile .swiper-slide {
		width: 46.875vw;
	    text-align: center;
	    font-size: 18px;
	    background: #fff;
	    /* Center slide text vertically */
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    -webkit-justify-content: center;
	    justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    -webkit-align-items: center;
	    align-items: center;
		position: relative;
	}
	
	.carouselSecondMobile .swiper-slide img {
		width: 100%;
		height: 100%;
	}
	.carouselSecondMobile .swiper_all{
		display: block;
	}
	
	
	/* 品牌动态 */
	.dynamic{
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 2.8125rem;
	}
	.dynamic .leftPic,
	.dynamic .rightPic{
		width: 3.625rem;
		height: 3.625rem;
	}
	.dynamic .center{
		width: 21.6875rem;
		height: 5.375rem;
		margin: 0 1.6875rem;
	}
	.allDynamic{
		width: 45rem;
		margin: 0 auto;
		
	}
	.allDynamic .itemDynamic{
		width: 100%;
		display: flex;
		background-color: #fff;
		border-radius: 1.0625rem;
		margin-bottom: 1.1875rem;
		overflow: hidden;
	}
	.allDynamic .itemDynamic .imgDynamic{
		width: 20.3125rem;
		height: 12.8125rem;
	}
	.bottomDy{
		width:25.625rem;
		padding: 1.9375rem 1.375rem 0;
	}
	.allDynamic .itemDynamic .dynamicTitle{
		display: flex;
		align-items: flex-end;
	}
	.allDynamic .itemDynamic .dynamicTitle .number,
	.allDynamic .itemDynamic .dynamicTitle .con{
		color: #d6000b;
		font-size: 2.125rem;
		
	}
	.allDynamic .itemDynamic .dynamicTitle .con{
		width: 8.6875rem;
	    display: -webkit-box;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 1;

	}
	.allDynamic .itemDynamic .dynamicTitle .time{
		font-size: 1.125rem;
		color: #d6000b;
	}
	.allDynamic .itemDynamic .news{

		margin-left: 0.78125vw;
		font-size: 1.125rem;
		color: #d6000b;
		margin-top: 1.1875rem;
		text-align: justify;
	    display: -webkit-box;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 1;

	}
	.allDynamic .itemDynamic .btn{
		width: 8.9375rem;
		height: 2.875rem;
		background: #D60011;
		border-radius: 1.0625rem;
		line-height: 2.875rem;
		text-align: center;
		font-size: 1.25rem;
		font-family: Sopxce Han Sans CN;
		font-weight: 400;
		color: #FFFFFF;
		margin-top: 1.8rem;
		margin-left: 14.5rem;
	}
	.allDynamic .itemDynamic .btn:hover{
		background-color: #d6000b;
		color: #fff;
	}
	/* 空白 */
	.perchWhite{
		display: none;
		
	}
	
	
}






@media (min-width:1280px) {
	.pageWidth{
		width: 72.92vw;
		margin: 0 auto;
	}
	.nav{
		width: 100%;
		height: 3.646vw;
	}
	.nav .pageWidth{
		height: inherit;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.nav .pageWidth .navPic{
		width: 7.135vw;
		height: 2.5vw;
	}
	.nav .pageWidth ul{
		width: 50.52vw;
		display: flex;
		justify-content: space-between;
	}
	.nav .pageWidth ul li a{
		color: #262626;
		font-size: 1.146vw;
	}
	.nav .pageWidth ul li:hover a{
		color: #d6000b;
	}
	
	/* banner */
	.carousel{
		width: 100%;
		background-color: #ff5857;
		margin-bottom: 6.146vw;
	}
	.carousel .swiper {
	    width: 100%;
	    height: 100%;
	}
	.carousel .swiper-slide {
	    text-align: center;
	    font-size: 18px;
	    background: #fff;
	    /* Center slide text vertically */
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    -webkit-justify-content: center;
	    justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    -webkit-align-items: center;
	    align-items: center;
		position: relative;
	}
	
	.carousel .swiper-slide img {
		width: 100%;
		height: 100%;
	}
	
	
	/* 大牌介绍 */
	.introduce{
		display: flex;
		justify-content: space-between;
		margin-bottom: 11.25vw;
	}
	.introduce .leftIntroduce{
		width: 32.55vw;
	}
	.introduce .leftIntroduce .titleIntroduce{
		color: #d6000b;
		font-size: 2.396VW;
		display: flex;
		align-items: center;
		margin-bottom: 3.3333vw;
	}
	.introduce .leftIntroduce .titleIntroduce .titlePic{
		width: 2.2396vw;
		height: 2.65625vw;
		margin-right: 0.729vw;
	}
	.introduce .leftIntroduce .contentIntroduce{
		font-size: 0.8333vw;
		margin-bottom: 4.625vw;
		line-height: 1.6vw;
	}
	.introduce .leftIntroduce .underStand{
		width: 10vw;
		height: 5.104vw;
		margin-bottom: 1vw;
	}
	.introduce .leftIntroduce .allShop{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.introduce .leftIntroduce .allShop div{
		text-align: center;
	}
	.introduce .leftIntroduce .allShop div:nth-child(2n){
		color: #6e6e6e;
	}
	.introduce .leftIntroduce .allShop div p:first-child{
		color: #d6000b;
		font-size: 1.5625vw;
	}
	.introduce .rightIntroduce{
		width: 36.771vw;
		height: 23.021vw;
		margin-top: 2vw;
	}
	
	
	/* 中国地图 */
	.Chinamap{
		width: 100%;
		height: 51.792vw;
		background-image: url("../images/03.png")/*tpa=http://www.bigmaocn.com/assets/index/images/03.png*/;
		background-size: 100% 100%;
		margin-top: 9.6875vw;
		padding: 4.1667vw;
	}
	.Chinamap .pageWidth{
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}
	.Chinamap .iconPic{
		width: 11.302vw;
		height: 4.1667vw;
		margin-bottom: 5.33vw;
	}
	.Chinamap .pageWidth .upTo{
		color: #d6000b;
		font-size: 1.667vw;
		margin-bottom: 1.5625vw;
	}
	.Chinamap .pageWidth .shopNumber{
		color: #d6000b;
		font-size: 4.5vw;
		margin-bottom: 3.99vw;
	}
	.Chinamap .pageWidth .allShop{
		width: 29.43vw;
		display: flex;
		justify-content: space-between;
		text-align: center;
		align-items: center;
		margin-bottom: 3vw;
	}
	.Chinamap .pageWidth .allShop div p:nth-child(2n-1){
		color: #d6000b;
		font-size: 4.5vw;
	}
	.Chinamap .pageWidth .allShop div p:nth-child(2n){
		color: #d6000b;
		font-size: 1.367vw;
	}
	.Chinamap .pageWidth .mission{
		display: flex;
		color: #d6000b;
		font-size: 1.367vw;
		align-items: center;
		
	}
	.Chinamap .pageWidth .mission p{
		border: 2px solid #d6000b;
		border-radius: 0.508vw;
		color: #d6000b;
		font-size: 1.367vw;
		margin-right: 0.8333vw;
	}
	
	.mapMobile{
		display: none;
	}
	
	/* 大牌味道 */
	.taste{
		width: 100%;
		height: 51.61vw;
	}
	.taste .topTaste{
		display: none;
	}

	.taste .centerTaste{
		display: none;
	}
	.taste .bottomTaste{
		display: none;
	}
	
	/* 品牌优势 */
	.advantage{
		padding-bottom: 4.95vw;
	}
	.advantage .advantageTitle {
		text-align: center;
		font-size: 10vw;
		font-family: tiaofu;
		color: #d6000b;
		position: relative;
		margin-bottom: 5.104vw;
	}
	.advantage .advantageTitle .pic{
		position: absolute;
		width: 11.458vw;
		height: 3.91vw;
		left: 0;
		right: 0;
		top: 1px;
		margin: auto;
	}
	.allStep{
		width: 72.92vw;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.allStep .topStep{
		width: 100%;
		background-color: #d6000b;
		border-radius: 0.521vw;
		overflow: hidden;
		margin-bottom: 1.875vw;
	}
	.allStep .oneStep{
		width: 100%;
		padding: 2.083vw 1.042vw 0 1.042vw;
		display: flex;
		justify-content: space-between;
	}
	#swiperThree{
		display: none;
	}
	.allStep .oneStep .oneItem{
		width: 22.8125vw;
		border: 2px solid #fff;
		border-radius: 0.521vw;
		padding: 0.521vw 0.9375vw;
	}
	.allStep .oneStep .oneItem .top{
		display: flex;
		align-items: center;
		font-size: 1.146vw;
		color: #fff;
		margin-bottom: 7px;
	}
	
	.allStep .oneStep .oneItem .allPicture{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.allStep .oneStep .oneItem .allPicture .onePic{
		width: 4.167vw;
		height: 5.46875vw;
	}
	.allStep .oneStep .oneItem .allPicture .twoPic{
		width: 7.8325vw;
		height: 5.46875vw;
		margin-bottom: 0.26vw;
	}
	.allStep .oneStep .oneItem .allPicture .threePic{
		width: 7.8325vw;
		height: 5.46875vw;
	}
	.allStep .oneStep .oneItem .allPicture .fourPic{
		width: 100%;
		height: 13.7vw;
		margin-bottom: 0.26vw;
	}
	.allStep .oneStep .oneItem .allPicture .fivePic{
		width: 100%;
		height: 13.7vw;
		margin-bottom: 0.26vw;
	}
	.allStep .oneStep .oneItem .allPicture .onePic2{
		width: 5.21vw;
		height: 3.125vw;
	}
	.allStep .oneStep .oneItem .allPicture .twoPic2{
		width: 15.36vw;
		height: 3.125vw;
		margin-bottom: 0.26vw;
	}
	.allStep .oneStep .oneItem .allPicture .threePic2{
		width: 100%;
		height: 10vw;
		margin-bottom: 0.26vw;
	}
	.allStep .oneStep .oneItem .allPicture .fourPic2{
		width: 100%;
		height: 19.75vw;
	}
	.allStep .oneStep .oneItem .allPicture .onePic3{
		height: 13.33vw;
		margin-bottom: 0.26vw;
	}
	.allStep .oneStep .oneItem .allPicture .twoPic3{
		height: 19.75vw;
	}
	.allStep .topStep .bottomStep{
		display: flex;
		align-items: center;
	}
	.allStep .topStep .bottomStep .nmber{
		font-size: 5.729vw;
		color: #fff;
	}
	.allStep .topStep .bottomStep .bottomCon p:nth-child(2n-1){
		font-size: 2.917vw;
		color: #fff;
	}
	.allStep .topStep .bottomStep .bottomCon p:nth-child(2n){
		font-size: 1.198vw;
		color: #fff;
	}
	.allStep .topStep2{
		width: 17.3875vw;
		background-color: #d6000b;
		border-radius: 1.1021vw;
		overflow: hidden;
	}
	.allStep .topStep2 .topPic2{
		width: 100%;
		height: 8.75vw;
	}
	.allStep .topStep2 .bottomStep2{
		width: 100%;
		height: 4.1667vw;
		padding: 0.46875vw;
		display: flex;
		align-items: center;
		
	}
	.allStep .topStep2 .bottomStep2 .nmber{
		font-size: 2.71vw;
		color: #fff;
		margin-right: 0.3vw;
	}
	.allStep .topStep2 .bottomStep2 .bottomCon{
		color: #fff;
	}
	.allStep .topStep2 .bottomStep2 .bottomCon p:nth-child(2n){
		font-size: 0.625vw;
	}
	.allStep .topStep2 .bottomStep2 .bottomCon p:nth-child(2n-1){
		font-size: 1.458vw;
	}
	
	
	/* 八年四次 */
	.upgrade{
		width: 100%;
		margin-top:60px;
		background-color: #d60011;
		padding-top: 5.99vw;
		padding-bottom:5.99vw;
	}
	.upgrade .upgradeTitle{
		width: 72.92vw;
		height: 10.1vw;
		margin: 0 auto 5.21vw;
	}
	.upgrade .upgradeLine{
		width: 34.89vw;
		height: 0;
		border: 1px solid #fff;
		margin: 0 auto 7.755vw;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.upgrade .upgradeLine .all{
		height: 1.042vw;
		cursor: pointer;
	}
	.upgrade .upgradeLine .all:first-child{
		margin-left: -2.5vw;
	}
	.upgrade .upgradeLine .all:last-child{
		margin-right: -2.5vw;
	}
	.upgrade .upgradeLine .all .white{
		width: 1.042vw;
		height: 1.042vw;
		border-radius: 50%;
		background-color: #fff;
		margin: 0 auto;
	}
	.upgrade .upgradeLine .all .white img{
		display: none;
	}
	/* .upgrade .upgradeLine .all .white.current{
		width: 2.604vw;
		height: 2.604vw;
		border-radius: 50%;
	} */
	.upgrade .upgradeLine .all .white.current img{
		width: 2.604vw;
		height: 2.604vw;
		display: inline;
		margin: -0.66875vw 0 0 -0.9vw;
	}
	.upgrade .upgradeLine .all .name{
		text-align: center;
		color: #fff;
		font-size: 1.302vw;
		margin-top: 42px;
	}
	.upgrade .upgradeLine .go{
		transform: rotate(180deg);
		margin-bottom: 0.3vw;
	}
	/* 小轮图 */
	.carouselSecondMobile{
		display: none;
	}
	.carouselSecond{
		width: 100%;
		height: 32.656vw;
		margin-bottom: 2.0833vw;
	}
	.carouselSecond .swiper {
	    width: 100%;
	    height: 100%;
		display: none;
	}
	.carouselSecond .swiper-slide {
		width: 46.875vw;
	    text-align: center;
	    font-size: 18px;
	    background: #fff;
	    /* Center slide text vertically */
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    -webkit-justify-content: center;
	    justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    -webkit-align-items: center;
	    align-items: center;
		position: relative;
	}
	
	.carouselSecond .swiper-slide img {
		width: 100%;
		height: 100%;
	}
	.carouselSecond .swiper_all{
		display: block;
	}
	
	/* 品牌动态 */
	.dynamic{
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 3.802vw;
	}
	.dynamic .leftPic,
	.dynamic .rightPic{
		width: 3.23vw;
		height: 3.23vw;
	}
	.dynamic .center{
		width: 20.26vw;
		height: 5vw;
		margin: 0 1.77vw;
	}
	.allDynamic{
		width: 72.92vw;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		
	}
	.allDynamic .itemDynamic{
		width: 23.4375vw;
		background-color: #fff;
		padding-bottom: 1.25vw;
		border-radius: 0.521vw;
		box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	}
	.allDynamic .itemDynamic .imgDynamic{
		width: 100%;
		height: 14.6875vw;
		margin-bottom: 1.875vw;
	}
	.allDynamic .itemDynamic .dynamicTitle{
		display: flex;
		align-items: flex-end;
		margin-left: 0.78125vw;
		margin-bottom: 0.2vw;
	}
	.allDynamic .itemDynamic .dynamicTitle .number,
	.allDynamic .itemDynamic .dynamicTitle .con{
		color: #d6000b;
		font-size: 1.358vw;
	}
	.allDynamic .itemDynamic .dynamicTitle .time{
		font-size: 0.6256vw;
		color: #d6000b;
	}
	.allDynamic .itemDynamic .news{
		/*margin-left: 0.78125vw;*/
		padding: 0 0.78125vw;
		font-size:14px;
		color: #333;
		line-height:24px;
		margin-bottom: 1.07vw;
		text-align: justify;
	    display: -webkit-box;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 6;

	}
	.allDynamic .itemDynamic .btn{
		width: 5.52vw;
		height: 1.5625vw;
		border: 1px solid #d6000b;
		border-radius: 0.408vw;
		text-align: center;
		line-height: 1.5625vw;
		color: #d6000b;
		margin-left: 0.78125vw;
	}
	.allDynamic .itemDynamic .btn:hover{
		background-color: #d6000b;
		color: #fff;
	}
	/* 空白 */
	.perchWhite{
		width: 100%;
		height: 20vw;
		
	}
}